home *** CD-ROM | disk | FTP | other *** search
- (English below)
-
- Ein einfacher AVI-Player für den Atari (Mono, 16 oder 256 Farben).
- Für alle die, die sich über die große Sammlung im PC Bereich geärgert
- haben. Bislang nur für CRAM8,CRAM16 und umkomprimiert,RLE8,RLE4 (un-
- getestet) und CVID. Version: 0.95 Neue Komprimierverfahren, mehr Movies!
-
-
- Autor: Dieter Fiebelkorn
- Grüner Weg 29a
- 45768 Marl
- 02365/65952
-
-
- Informationen zu weiteren Komprimierungen: RLE4, RLE8, CVID, RT21,
- IV31, YVU9, MRLE und was es sonst noch gibt sind herzlich willkommen.
- Intels Indeo Formate: 'RT21', 'IV31' und 'YVU9' sollen $5000 kosten!
- Und werden nach Möglichkeit in das Programm einfließen. Danksagungen
- sind selbstverständlich. Noch besser sind kleine C-Funktionen, die
- das Auspacken realisieren (Benötigte Werte bitte als Parameter über-
- geben und als 1Byte/Pixel [Genau ein Byte gibt den Index der Farb-
- palette an] ablegen) den Rest erledige ich dann! !!!HERZLICHEN DANK!!!
-
-
-
- Postcardware!
- =============
-
-
- AVI_PLAY.PRG : Version für alle Atari's.
- AVI_P020.PRG : Für Rechner mit einem 68020 Prozessor oder höher.
- AVI_P881.PRG : Für Rechner mit einem zusätzlichen Coprozessor.
-
- Tastaturbedienung:
- ------------------
-
- '+' : Aufhellen des Bildes um 5%.
- '-' : Abdunkeln des Bildes um 5%.
- '*' : Originalhelligkeit.
-
- '/' : Rot - Blau - Tausch.
- Bei CVID Graustufen/Farb-Anzeige
-
- '.' : Verdoppelung des Bildes ein/ausschalten.
-
- '0' : Zum ersten Bild zurückspringen.
- '3' : 10 Bilder überspringen.
- '6' : 25 Bilder überspringen.
- '9' : 100 Bilder überspringen.
-
- '(' : Jedes Bild darstellen.
- ')' : Jedes 2., 3., ... 10. Bild darstellen.
-
- 's' : Speichern des Bildes als ESM-Datei.
- '<SPACE>'
- '<LEERTASTE>' : Standbild ein/ausschalten.
- '<RETURN>'
- '<ENTER>' : Einzelbild Weiterschaltung.
-
- '<ESC>', 'q' : Programm beenden.
-
-
- -----------------------------------------------------------------------
-
-
- Das Programm RIFFSHW.TTP stellt die Informationen deiner AVI (oder
- allgemeiner RIFF) Datei als ASCII dar. Dort kann man auch prüfen,
- ob das Bild per CRAM oder unkomprimiert ist.
-
- RIFFSHW <avi-file>
-
-
- -----------------------------------------------------------------------
-
-
- Das Programm AVI2WAVE.GTP extrahiert die Soundinformationen aus dem
- AVI-File und speichert diese kompakt in einer reinen WAVE (Sound)
- Datei.
-
- AVI2WAVE <avi-file> <wave-file> (Einmaliges Umwandeln)
- AVI2WAVE (Mehrmaliges Umwandeln mit FSEL)
-
-
-
- =======================================================================
-
-
-
- A simple AVI player for Atari computers (mono, 16 or 256 colors).
- For all, which have found any animations and couldn't show them.
- At the moment the viewer supports only CRAM8,CRAM16 and uncompressed,
- RLE8,RLE4 (untested) and CVID and all without sound.
- But think, i is the beginning! version 0.95: New methods of compression!
-
-
- Author: Dieter Fiebelkorn
- Grüner Weg 29a
- 45768 Marl
- --- Germany ---
-
-
- Informations for other methods of compression are wellcome. And will
- use for the program if possible. You get a "Thanks" in the README!
- Better are little C functions, which makes the decompression. Needed
- values are given by parameters and the image should be saved in a
- given memory with 1 byte per pixel (which is the index of the color
- palette). I make the rest! Many many thanx!
-
-
-
- Postcardware!
- =============
-
-
- AVI_PLAY.PRG : version for all Atari's.
- AVI_P020.PRG : for Atari with a 68020 prozessor or higher.
- AVI_P881.PRG : for Atari with a mathematic coprozessor.
-
- Tastaturbedienung:
- ------------------
-
- '+' : Brighten the image by +5%.
- '-' : Brighten the image by +5%.
- '*' : original colors.
-
- '/' : red - blue - switch.
- for CVID grayscale/color display.
-
- '.' : double the image (on/off).
-
- '0' : return to the first image.
- '3' : skip 10 images.
- '6' : skip 25 images.
- '9' : skip 100 images.
-
- '(' : show every image.
- ')' : show only every 2., 3., ... 10. image.
-
- 's' : save image a ESM picture.
- '<SPACE>'
- '<LEERTASTE>' : pause on/off.
- '<RETURN>'
- '<ENTER>' : single step in pause mode.
-
- '<ESC>', 'q' : quit animation.
-
-
- -----------------------------------------------------------------------
-
-
- The program RIFFSHW.TTP shows the information of your AVI (or better
- RIFF) file in ASCII format. Ther you can find the compression algorithm
- and the size of the image.
-
- RIFFSHW <avi-file>
-
-
- -----------------------------------------------------------------------
-
-
- The program AVI2WAVE.GTP extract the sound infoarmation from the
- AVI file and save them in a pure WAVE (sound) file.
-
- AVI2WAVE <avi-file> <wave-file> (One Convertion)
- AVI2WAVE (Convertion with FSEL)
-